Vcenter Deployment Install VcsaEmbeddedSpec
The Vcenter Deployment Install VcsaEmbeddedSpec schema contains information used to configure an embedded standalone or replicated vCenter Server.
This schema was added in vSphere API 6.7.
{
"standalone": {
"sso_admin_password": "string",
"sso_domain_name": "string"
},
"replicated": {
"partner_hostname": "string",
"https_port": 0,
"sso_admin_password": "string",
"ssl_thumbprint": "string",
"ssl_certificate": "string",
"ssl_verify": false
},
"ceip_enabled": false
}
Spec used to configure a standalone embedded vCenter Server. This field describes how the standalone vCenter Server appliance should be configured.
This property was added in vSphere API 6.7.
If missing or null, will default to None.
Spec used to configure a replicated embedded vCenter Server. This field describes how the replicated vCenter Server appliance should be configured.
This property was added in vSphere API 6.7.
If missing or null, will default to None.
Whether CEIP should be enabled or disabled.
This property was added in vSphere API 6.7.